DevForce Help Reference
GetExportedInstances<T>(Boolean,CreationPolicy,CompositionContext) Method


Type defining the contract
Whether the default DevForce implementation can be used when a custom implementation is not found.
Creation policy
Returns any exported instances matching the import definition for the type.
Syntax
'Declaration
 
Public Overloads Function GetExportedInstances(Of T)( _
   Optional ByVal acceptDefault As Boolean, _
   Optional ByVal policy As CreationPolicy, _
   Optional ByVal context As CompositionContext _
) As IEnumerable(Of T)
'Usage
 
Dim instance As CompositionHost
Dim acceptDefault As Boolean
Dim policy As CreationPolicy
Dim context As CompositionContext
Dim value As IEnumerable(Of T)
 
value = instance.GetExportedInstances(Of T)(acceptDefault, policy, context)

Parameters

acceptDefault
Whether the default DevForce implementation can be used when a custom implementation is not found.
policy
Creation policy
context

Type Parameters

T
Type defining the contract
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CompositionHost Class
CompositionHost Members
Overload List

Send Feedback